home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / other / wild / wilddev.readme < prev    next >
Text File  |  1999-05-25  |  2KB  |  50 lines

  1. Short:    Developer archive for WILD, the 3D library for games.
  2. Author:   ingpippa@mbservice.it   Pyper
  3. Uploader: ingpippa@mbservice.it   Pyper
  4. Type:     dev/misc
  5.  
  6.         Update: Html docs, very useful ! And new demos source...
  7.         Note that some files are useless, I have to clean up a bit this archive... sorry...
  8.  
  9.         That's the first developer material for Wild.
  10.         Contains:
  11.         
  12.         Developer/
  13.          Examples/
  14.           src/
  15.            Here are the sources of the demos.
  16.            I use DevPac for the asm, and gcc (egcs) for the C.
  17.            If you try to re-assemble or re-compile them, probably will be
  18.            difficult... I use some scripts for makefile, and... try, you'll see.
  19.            I included them to be seen, not to be recompiled.
  20.          Docs/
  21.           here are the docs. Now, only wild.doc is present, and is also very
  22.           incomplete. Most of the functions aren't still documented... I'll
  23.           update...
  24.            Html/
  25.             here are the NEW docs, in HTML format !! Tips, coding, and an autodoc-like one...
  26.          CoderHelp/
  27.           here are some help files, to code modules.
  28.           But if you want to code a module, say-me before, I'll send you some
  29.           more info...
  30.         
  31.         Include/
  32.          Here are the includes (C and Asm) for WILD.
  33.          They are not complete: some in C are missing, and some asm are missing.
  34.          There are also the inline, made with FD2Pragma.
  35.          More includes are needed for the inlines, you can get in the FD2Pragma
  36.          archive, on aminet.
  37.  
  38.         Support/
  39.          Here there are a lot of useless files, most are obsolete, but some are
  40.          needed to recompile the oldest demos: the TestSectors are Sectors made
  41.          in asm, to be included in the source code.
  42.          Some other are misc routines, and even my profiler.library.
  43.          If you find something useful, say me!
  44.         
  45.         Appunti/
  46.          And here are my internal docs, some notes, some projects,... some written
  47.          in english, some in italian. Take care, some ideas are changed, but the
  48.          last ones are quite reliable. Read just for curiosity, not take it serious.
  49.          
  50.